Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on macOS #619

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

pR0Ps
Copy link
Contributor

@pR0Ps pR0Ps commented Oct 24, 2024

For whatever reason, lwjgl-freetype-3.3.3-natives-macos-patch.jar is not available on Maven Central, resulting the in the following error when building:

> Configure project :forge
forge version: 5.4-31-dirty

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':forge'.
> Could not resolve all files for configuration ':forge:_compileJava_1'.
   > Could not find lwjgl-freetype-3.3.3-natives-macos-patch.jar (org.lwjgl:lwjgl-freetype:3.3.3).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/lwjgl/lwjgl-freetype/3.3.3/lwjgl-freetype-3.3.3-natives-macos-patch.jar

This fix causes the library to be pulled from https://libraries.minecraft.net instead.

Fix is based on lucko/spark@49bc094

@TBlueF TBlueF merged commit b26b908 into BlueMap-Minecraft:master Oct 24, 2024
2 checks passed
@pR0Ps pR0Ps deleted the bugfix/macos-build branch October 24, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants